home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-G / German MiniCad Demo (Click Me!) / German MiniCad Demo (Click Me!).rsrc / STR#_7009.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  215 b   |  13 lines

  1. MenuItem(SubProgramName);
  2.  
  3. Enters the macro name into the macro menu
  4.  
  5. ClrMenu;
  6.  
  7. Clears all current menu items from the macro menu bar
  8.  
  9. Run(SubProgramName);
  10.  
  11. Receives a name to a existing subprogram and executes it
  12.  
  13.